home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / juicebar / 00829.ls < prev    next >
Encoding:
Text File  |  1995-04-07  |  173 b   |  11 lines

  1. on mouseUp
  2.   global polka
  3.   set polka to polka + 1
  4.   if (polka mod 2) = 0 then
  5.     go("Polka.pos2a")
  6.   end if
  7.   if (polka mod 2) = 1 then
  8.     go("Polka.pos2b")
  9.   end if
  10. end
  11.